-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: native ios support #4049
feat: native ios support #4049
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Missing bits that are required to release an ios app. This is still WIP
Add support for checking the current state of push notifications when running native
// eslint-disable-next-line no-console | ||
console.log('subscription callback', newPermission); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm good luck with prod testing
useState, | ||
} from 'react'; | ||
import { useQuery, useQueryClient } from '@tanstack/react-query'; | ||
import type OneSignal from 'react-onesignal'; | ||
import OneSignal from 'react-onesignal'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this not import the OneSignal as a whole all the time now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Totally missed that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in prod
Missing bits that are required to release an ios app.
Checklist (not everything is applied in this repo):
Preview domain
https://native-ios.preview.app.daily.dev